CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - Sobel Laplacian

搜索资源列表

  1. xiaobobianhuan

    0下载:
  2. 包括Canny边缘检测算子、罗伯特(Roberts)边缘检测算子、索伯尔(Sobel)边缘检测算子、普瑞维特(Prewitt)边缘检测算子、克瑞斯(Krisch)边缘检测算子和高斯-拉普拉斯(LoG-Laplacian)算子等。
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:261815
    • 提供者:楚风云
  1. imagesegment

    0下载:
  2. 并行分割包括robert算子、sobel算子、prewitt算子、laplacian算子 串行分割:边缘跟踪 阈值分割:固定阈值分割、自适应阈值分割 串行区域分割:区域生长
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2014-01-16
    • 文件大小:82099
    • 提供者:刘伟
  1. image-sharping

    0下载:
  2. VC++图像处理图像锐化及边缘检测程序,包括图像锐化处理基本方法实现及边缘检测各种算子(roberts、sobel、prewitt、krisch及gauss-laplacian算子)程序实现。
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:944649
    • 提供者:wendyzyx
  1. dip3

    1下载:
  2. 图像的锐化:使用Sobel,Laplacian,unsharp masking,high-boost filtering 算子分别对图像进行运算,观察并体会运算结果。
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:918
    • 提供者:温芝华
  1. EdgeDetection

    0下载:
  2. Edge Detection边缘检测roberts,sobel,prewitt,laplacian
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:193340
    • 提供者:王旌阳
  1. DIP

    0下载:
  2. 数字图像处理全解 包括均值滤波 Laplacian算子 Robert梯度 Sobel梯度 Prewitt梯度算子等
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:173900
    • 提供者:roy
  1. ImageProcess2

    0下载:
  2. 灰度图像边缘检测 1.编程实现以下六种图像边缘检测算子。 (1)Roberts边缘算子 (2)Sobel边缘算子 (3)Prewitt边缘算子 (4)拉普拉斯边缘算子 (5)Kirsch边缘算子 2.根据检测结果,分析与比较各种边缘检测算法的主要区别。 -Edge Detection 1. Programming to achieve the following six kinds of image edge detection operator. (1) Rob
  3. 所属分类:Graph program

    • 发布日期:2017-05-16
    • 文件大小:4334141
    • 提供者:李莫愁
  1. Spatial-filtering-of-images

    2下载:
  2. 现有三幅图像,图像1是包装瓶中的气泡图片,图像2是印刷电路板的元器件焊接质量检查图,图像3是封装后的胶囊状药品。实验要求从这三幅图片中, 1. 选择一副图像,并叠加零均值高斯噪声,分别利用均值滤波和中值滤波器对该有噪图像进行滤波,显示滤波后的图像,比较两滤波器的滤波效果。 2. 选择一副图像,并叠加椒盐噪声,分别用均值滤波器,中值滤波器对该图像进行滤波,比较滤波器的滤波效果。 3. 选择一幅图像,分别利用Laplacian算子和Sobel算子对图像进行锐化操作,比较锐化的效果。-Th
  3. 所属分类:Special Effects

    • 发布日期:2016-03-25
    • 文件大小:199680
    • 提供者:李新文
  1. bianyuan

    0下载:
  2. 提供图像的边缘检测,包括roberts算子,sobel算子,拉普拉斯算子等C语言源码。-Providing image edge detection, including roberts operator, sobel operator, Laplacian, etc. C language source code.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-13
    • 文件大小:3479548
    • 提供者:xu
  1. tuxiangruihua

    0下载:
  2. 图像锐化,包含拉普拉斯锐化法 4邻域模板 巴特沃斯高通滤波器锐化, 阶数M=3 截断频率D0=40,梯度算子锐化 sobel和prewi-Image sharpening, including Laplacian sharpening four neighborhood template Butterworth high-pass filter sharpening, the order M = 3 cut off frequency D0 = 40, sharpening sobel gr
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:5431
    • 提供者:马雪亮
  1. 6

    1下载:
  2. 编写一个程序,对输入的图像进行哈夫曼编码,显示原图像的熵、编码后的平均码字长度、并能够根据编码重建出图像。 Sobel算子和拉普拉斯算子进行锐化,并比较结果。-Write a program to image the input Huffman coding, the entropy of the original image displayed, encoded, the average code length, and be able to reconstruct the image a
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:218883
    • 提供者:ad
  1. Masks

    0下载:
  2. 本文件包含拉普拉斯-高斯算子 Unsharp Masking, 和Sobel 算子,并用上述算子处理Grey scale图像,文件里有测试图像。代码用visual studio 2008编写,可以直接运行。-This file contains Scale Space using Laplacian of Gaussian operator Unsharp Masking, and Sobel Operator ,and using these operators to handle grey
  3. 所属分类:Special Effects

    • 发布日期:2017-05-15
    • 文件大小:4083517
    • 提供者:Jason
  1. Project7_edgedetection

    0下载:
  2. 各种边缘检测算子实现图像边缘检测功能,有laplacian, Roberts, Sobel -edge detection
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:1781
    • 提供者:彭勇
  1. Image-Processing

    0下载:
  2. vc++数字图像编程基础,包括点运算、几何变换(平移、旋转、缩放、镜像)、正交变换(沃尔什、傅里叶、离散余弦)、图像增强(图像平滑、中值滤波、梯度锐化、拉普拉斯锐化)、形态学变换(腐蚀、膨胀、开、关)、边缘与轮廓(robert、sobel、frewit、kirsch、gauss-laplace边缘检测算子,hough变换,轮廓提取,轮廓跟踪)、图像分析(阈值分割、投影检测、差影检测、模板匹配)、图像复原(卷积模糊、逆滤波复原、维纳滤波复原,随机、椒盐噪声)、图像编码(赫夫曼编码、香农费诺编码、行
  3. 所属分类:Special Effects

    • 发布日期:2017-06-09
    • 文件大小:16464506
    • 提供者:李欣
  1. VTKImage1

    0下载:
  2. 使用VTK写的几种图像滤波处理方式,如Kernel3x3滤波,Laplacian滤波,sobel滤波-The use of VTK written several image filtering approach, such as Kernel3x3 filtering, Laplacian filtering, sobel filter
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:174398
    • 提供者:yefeng
  1. tmOutLine

    0下载:
  2. 五种边缘检测算子的实现,函数具有很好的通用性,凡是能够得到只想图像像素区指针的情况都可以使用。 配合我上传的那个opentrim使用更好,这是一个bmp全色深操作类,里边还集成了一些其他的机器视觉算法。 对图像进行高斯——拉普拉斯算子的边缘检测 对图像进行拉普拉斯算子的边缘检测 对图像进行罗伯特交叉算子的边缘检测 对图像进行蒲瑞维特算子的边缘检测 对图像进行索贝尔算子的边缘检测-5 kinds of edge detection operator to achieve
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-13
    • 文件大小:1580
    • 提供者:尧思齐
  1. Cotton1

    0下载:
  2. RAw格式图片的显示,边缘检测,包括SOBEL算子,具有不同模板的拉普拉斯算子边缘检测,以及一些简单的滤波方式-RAw format the display of images, edge detection, including edge detections of the SOBEL operator, the Laplacian operator with a different template , as well as some simple filtering approach
  3. 所属分类:Other systems

    • 发布日期:2017-04-08
    • 文件大小:96157
    • 提供者:林宁
  1. ImageTest

    0下载:
  2. 图像处理系列之5--边缘检测篇 涵盖内容: 1>Roberts算子 2>Prewitt算子 3>Sobel算子 4>Laplacian算子 由于本程序使用了VFW组件,所以在Project--Setting中--Object/libray modules中添加vfw32.lib。 实验环境: Win+VC6.0-Image Processing Series 5- Edge Detection chapter co
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-27
    • 文件大小:10628919
    • 提供者:
  1. edge

    0下载:
  2. 本程序实现对于CT图像的边缘提取算法,如Sobel,Robert,Priwitt,Laplacian,边缘跟踪算法,及射线法的边缘提取。-Implementation of this program for the CT image edge extraction algorithms such as Sobel, Robert, Priwitt, Laplacian, edge tracking algorithm, and the ray method of edge detection.
  3. 所属分类:GUI Develop

    • 发布日期:2017-06-16
    • 文件大小:25795655
    • 提供者:东哥
  1. MedicalImageSegmentation

    0下载:
  2. 医学图像分割的实验报告(包含源程序),主要内容包括:不同算子(Sobel、Prewitt、Roberts、Laplacian)的边缘提取效果分析;阈值分割;以及watershed方法的分割讨论。-The implementation and discussion for fundamental medical image segmentation algorithms, including edge extracting algorithm, thresholding methods and w
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-30
    • 文件大小:613966
    • 提供者:nancy
« 1 2 34 5 6 »
搜珍网 www.dssz.com